home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00137_Bitmap_137 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  68KB  |  377x176  |  1-bit (2 colors)
Labels: text | font | screenshot
OCR: Each time through the loop a new value for x is read in. Then the current values of "min" and "x" are passed as arguments to the function "minimum( )", and the smaller of the two values is returned and assigned to "min". Similarly, the current values of "max" and "x" are passed as arguments to the function "maximum( )", and the larger of the two values is returned and assigned to "max".